{% extends "trees/base.html" %} {% block title %}Planting Session - JM3{% endblock %} {% block extra_head %} {% endblock %} {% block content %}

Bulk Planting Session

Register many trees at once for a large planting. Each becomes Pending — verify individuals later.

{% csrf_token %}
{{ form.species }}
{{ form.quantity }}
Tap the map or use GPS.
{{ form.latitude }}{{ form.longitude }}
{% include "trees/_camera.html" with required=True %}
{{ form.county }}
{{ form.planted_date }}
{{ form.non_field_errors }}
{% endblock %} {% block extra_js %} {% endblock %}